FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/service-modality-class

Packageca.on.oh.mha.pds
Resource TypeCodeSystem
Idservice-modality-class
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/CodeSystem/service-modality-class
URLhttp://ontariohealth.ca/fhir/CodeSystem/service-modality-class
Version1.0.0
Statusdraft
Date2023-05-29T15:55:06.3613088+00:00
NameServiceModalitClass
TitleService Modality Class
Realmca
Authoritynational
DescriptionThe value set identifies whether the health service encounter is delivered individually or in a group setting.
Contentcomplete

Resources that use this resource

ValueSet
service-modality-classService Modality Class

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "service-modality-class",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/service-modality-class",
  "version": "1.0.0",
  "name": "ServiceModalitClass",
  "title": "Service Modality Class",
  "status": "draft",
  "experimental": false,
  "date": "2023-05-29T15:55:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "The value set identifies whether the health service encounter is delivered individually or in a group setting.",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "individual",
      "display": "Individual encounter"
    },
    {
      "code": "group",
      "display": "Group encounter"
    }
  ]
}